@charset "utf-8";
/* 超小设备（手机，小于 768px） */
/*共享样式*/
body {
    margin:0 auto;
    font-size:12px;
    font-family: "Microsoft YaHei", "Arial", "WenQuanYi Micro Hei", sans-serif;
    line-height:22px;
    color: #464646;
    overflow-x: hidden;
}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p,img,div,ol,li,em,i { padding:0; margin:0;}
ul { list-style:none;}
img { border:0px;}
a {
    color:#464646;
    text-decoration:none;
    transition:color 0.5s;
    -moz-transition:color 0.5s;
    -webkit-transition:color 0.5s;
    -o-transition:color 0.5s;
}
a:hover {
    color:#ff7e00;
    text-decoration: none;
}
.lf {
    float: left;
}
.rt {
    float: right;
}
/*清除浮动样式*/
.clearf{
    overflow:auto;
}
.clearfloat:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0
}
.clearfloat{
    zoom:1;
}
.blockCenter{
    margin:0px auto;
}
.text-center{
    text-align: center;
}
.mtb10{
    margin-bottom: 10px;
}
.overElli{
    width: 100%;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 共享样式结束 */
.topw {
	height: 35px;
	background-color: #f1f1f1;
	line-height: 35px;
}
.headern {
	height: 35px;
	width: 1200px;
	line-height: 35px;
	color: #838383;
}
.headern a {
	color: #838383;
}
/*header*/
.headerw {
	height: 112px;
	background-image: url(../images/bgs.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.header {
	height: 112px;
	width: 1200px;
}
.lgo {
	padding-top: 15px;
}
.pho {
	background-image: url(../images/inde_03.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 33px;
	padding-left: 55px;
	font-size: 26px;
	color: #d61628;
	line-height: 27px;
	font-weight: normal;
}
.top{
	height: 50px;
	background:url(../images/line.jpg) repeat-x;
	position: relative;
	z-index: 99;
}
.nav-my{width: 100%;height: 50px;line-height: 50px;}
.nav-li{position: relative;float: left;width: 11.1%;text-align: center;}
.nav-a1{font-size: 16px;color:#fff;display: block;width: 100%;text-align: center;}
.nav-my li:last-child{background-image: none}
.nav-a1:hover{color:#fff;background: #e30000;}
.nav-a1-active{color:#fff;background: #e30000;}
.nav-li-ul{position: absolute;background: #fff;text-align: center;background:#fff;width: 100%;padding-bottom: 3px;box-shadow: 2px 2px 2px #666;padding:5px;padding-top: 10px;display: none}
.nav-li-ul li a{display: block;text-align: center;line-height: 26px;border-bottom: 1px dashed #dedede;height: 26px;font-size: 13px}

/* nav 导航栏修改结束 */
/* banner  */
#banner{
    width: 100%;
    overflow: hidden;
}
#banner img{
    display: block;
    width: 100%;
}
/* banner 结束 */
.pd15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.hotop{
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* footer  */

/* footer end */

/*底部固定导航 */
.body_footer{padding-top: 5px;width:100%;height:60px;background:#333;/* Firefox */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#43a037,endColorstr=#43a037,grandientType=0);bottom:0; z-index:6;}
.body_footer ul{width:100%;height:55px;line-height:55px;}
.body_footer ul li{width:25%;float:left;color:#fff;}
.body_footer ul li a{width:100%;height:55px;display:block;}
.body_footer ul li dl{width:auto;margin:0 auto;text-align:center;}
.body_footer ul li dt{
    width:auto;
    height:30px;
    overflow:hidden;
}
.body_footer ul li dt img{
    width:25px;
    height:25px;
}
.body_footer ul li dd{
    width:auto;
    height:30px;
    font-size:12px;
    color:#fff;
    line-height:25px;
    overflow:hidden;
}
/*底部固定导航end */
/*遮罩效果*/
 .zzpro{
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
 .zzpro{
    width: 90%;
}
.zzpro>img{
    width: 100%;
    transform: scale(1);
    transition: transform .3s linear;
}
 .zzpro:hover>img{
    transform: scale(1.2);
    transition: transform .3s linear;
}
/* Bootstrap 中默认情况下没有媒体查询 */

/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) {
    /* 导航*/
    .navbar {
        min-height: 40px;
    }
    .navbar-nav {
        float: left;
        margin: 0 auto;
        width: 100%;
    }
    .navbar-nav>li {
        width: 12.5%;
        text-align: center;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    /*banner*/
    /*footer*/
    .navbarUs ul li{
        width: 25%;
    }
    .navbarUs ul li a {
        font-size: 14px;
    }
    .footBot{
        width: 90%;
        margin: 10px auto;
    }
    .footCont{
        float: left;
        width: 80%;
    }
    .ftcode{
        float: right;
        width: 20%;
    }
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
    #footer{
        margin-bottom: 0;
    }
    .navbarUs ul li a {
        font-size: 16px;
    }
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
    .header,.head_t{
        font-size: 12px;
        width: 1200px;
    }
    .navbar-nav {
        float: none;
        margin: 0 auto;
        width: 1200px;
    }
    /* footer */
    .navbarUs,.footer{
        width: 1200px;
        margin: 0 auto;
    }
    .navbarUs ul{
        width: 76%;
        margin: 0 auto;
    }
    .navbarUs ul li{
        width: 12.5%;
    }
    .navbarUs ul li:after{
        display: inline-block;
        content: "|";
        width: 2%;
        height: 16px;
        line-height: 16px;
        color: #959494;
    }
    .navbarUs ul li:last-child:after{
        display: inline-block;
        content: "";
    }
    .footBot{
        width: 1200px;
        margin: 20px auto;
    }
    .footCont{
        float: left;
        width: 85%;
    }
    .ftcode{
        float: right;
        width: 15%;
    }
}